Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NUniqueSet<T> Class
Fields Properties Methods


In This Topic
    NUniqueSet<T> Class Members
    In This Topic

    The following tables list the members exposed by NUniqueSet<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of items that are contained in this set  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified item to the set. Has no effect if the item is already contained in the set.  
    Public MethodAdds a non-null item to this unique set.  
    Public MethodOverloaded. Adds a range of items to this unique set.  
    Public MethodRemoves all items from the set  
    Public MethodQueries whether this set contains the specified item  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an item iterator  
    Public MethodRecycles this usnique set.  
    Public MethodRemoves the specified item from the set, if it exists  
    Public MethodCreates an array and populates it with the items of this dynamic array.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also